[HVM] Declare vlapic_ipi() as static. Used only once.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 3 Aug 2006 12:55:41 +0000 (13:55 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 3 Aug 2006 12:55:41 +0000 (13:55 +0100)
Signed-off-by: Steven Smith <ssmith@xensource.com>
xen/arch/x86/hvm/vlapic.c

index 700a516b4d44fccc1a11f10883f274433e29f507..7ccfdb7aece5958d0167a34e4e08e4798281276c 100644 (file)
@@ -377,7 +377,7 @@ static int vlapic_check_vector(struct vlapic *vlapic,
     return 1;
 }
 
-void vlapic_ipi(struct vlapic *vlapic)
+static void vlapic_ipi(struct vlapic *vlapic)
 {
     uint32_t icr_low = vlapic_get_reg(vlapic, APIC_ICR);
     uint32_t icr_high = vlapic_get_reg(vlapic, APIC_ICR2);